home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / src / dme / dme.margin.bug < prev    next >
Text File  |  1992-08-03  |  2KB  |  79 lines

  1. From uunet!glia.biostr.washington.edu!bjackson Tue, 16 Jun 92 01:28:41 PST
  2. Received: by overload.Berkeley.CA.US (V1.16/Amiga)
  3.     id AA00000; Tue, 16 Jun 92 01:28:41 PST
  4. Received: from UWAVM.U.WASHINGTON.EDU by relay1.UU.NET with SMTP 
  5.     (5.61/UUNET-internet-primary) id AA27948; Tue, 16 Jun 92 00:40:42 -0400
  6. Received: from glia.biostr.washington.edu by UWAVM.U.WASHINGTON.EDU
  7.    (IBM VM SMTP V2R1) with TCP; Mon, 15 Jun 92 21:40:17 PDT
  8. Received: by glia.biostr.washington.edu 
  9.   (5.52/Eno-0.1) id AA14462; Mon, 15 Jun 92 21:43:24 PDT
  10. Posted-Date: Mon, 15 Jun 92 21:43:20 PDT
  11. Message-Id: <9206160443.AA14462@glia.biostr.washington.edu >
  12. Date: Mon, 15 Jun 92 21:43:20 PDT
  13. X-Mailer: ELM [version 2.3 PL11]
  14. From: uunet!glia.biostr.washington.edu!bjackson (Ben Jackson)
  15. To: dillon@Overload.Berkeley.CA.US
  16. Subject: DME wordwrap bug
  17.  
  18. Ok, I think I've got some more info on the DME crash...
  19. It's a fluke that I happened to be working on this file:
  20.  
  21. ----8<--cut----8<--cut----8<--cut----8<--cut----8<--cut---
  22.  
  23.  
  24.                                              Michelle Wrighstman
  25.                                              7728 Hearthstone Way
  26.                                              Indianapolis, IN  46227
  27.  
  28.                                              June 15, 1992
  29.  
  30.          The Children's Museum
  31.          Attn:  Ms. Melody Plew
  32.          3000 N. Meridian
  33.          Indianapolis, IN
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.          Dear Ms. Plew:
  44.  
  45.          I would like to be considered for a position in a gallery at
  46.          the Museum.  My experience working with children and adults,
  47.          my creativity any my enthusiasm would be of great benefit
  48.          to the Children's Museum.
  49.  
  50.          I am looking forward to meeting you and will call in a few
  51.          days to schedule an interview.  During the day I can be
  52.          contacted at 639-1982.  Thank you for you time and
  53.          consideration.
  54.  
  55.  
  56.                                              Sincerely,
  57.  
  58.  
  59.  
  60.                                              Michelle Wrightsman
  61.  
  62.  
  63.  
  64.  
  65.  
  66. --end----end--
  67.  
  68. Well, at the time, the file lacked the 9 leading spaces. (I forgot
  69. about them on the ascii send, sorry...) Wordwrap was on, margin 60,
  70. and I absentmindedly did:
  71. repeat lbot (first `          ' down)
  72. Which causes a rather processor intensive lockup.
  73.  
  74. (note that there are 10 spaces in the command that caused the crash,
  75. I decided it only needed 9 later)
  76.  
  77. This is with DME 1.46 (the vers included with 2.06.40)
  78.  
  79.